.element__title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.element__left {
  margin-bottom: 10px;
}

.slider-for .element__slider_item {
  margin: 0 auto;
  text-align: center;
}

.slider_product {
  padding: 50px;
}

.video_slider_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup_container .detail_dots_video {
  height: 54px;
}

.detail_img_containeer {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.popup_dots_container,
.detail_dots_container {
  overflow: hidden;
  border: 1px solid #6c6c6c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.swiper-slide-thumb-active .popup_dots_container,
.swiper-slide-thumb-active .detail_dots_container {
  border: 1px solid #ff6800;
}

.detail_dots_picture {
  height: 65px;
}

.detail_dots_video {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__thumbs .element__slider_item {
  cursor: pointer;
  margin: 0 auto;
  width: 45px;
  height: 30px;
}

.slider_video_nav {
  width: 45px;
  height: 30px;
  border: 1px solid #ff6800;
  margin: 0 auto;
}

.element__slider_box {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.element__slider_img {
  width: auto;
  margin: 0 auto;
}

.element__slider {
  position: relative;
  width: 100%;
  text-align: center;
}

.video_slider_prod {
  margin: 0 auto;
  padding: 0 40px;
}

.element__wrapper {
  font-size: 15px;
  padding: 15px 0;
}

/* Основная информация */
.element-info__main {
  display: flex;
  flex-direction: column;

}

.element__info {
  font-size: 14px;
}

.element-info__box {
  padding: 0 0 15px 0;
}

.element-info__article,
.element-info__type,
.element-info__brand {
  margin: 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
   font-weight: 500;
}

.element-info__article span,
.element-info__type span,
.element-info__brand span {
  opacity: 0.8;
  font-weight: 400;
  text-align: right;
}

/* Характеристики */
.element-info__characteristics {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  ;
}

.element-info__characteristics ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.element-info__characteristics li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.element-info__characteristics li:last-child {
  border-bottom: none;
}

.element-info__property {
  flex: 1;
  font-weight: 500;
}

.element-info__value {
  flex: 1;
  opacity: 0.8;
  font-weight: 400;
  text-align: right;
}

/* Рейтинг */
.element-info__rating {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.element-info__stars {
  display: flex;
  gap: 2px;
}

.element-info__stars span {
  color: #ff6800;
  font-size: 18px;
}

.element-info__reviews {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.element-info__reviews:hover {
  color: #ff6800;
  opacity: 1;
}



.element__price_summ {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.element__coast {
border-radius: 8px;
     background-color: #f3f3f3;
  padding: 10px;
}

.element_availability_lot {
   font-size: 14px;
    color: #44CC00;
    margin: 0;
    padding: 5px 10px;
    background: rgba(68, 204, 0, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.element_availability_few {
  color: #a52000;
  text-decoration: underline;
}

.element_oneclick,
.element_availability {
  padding: 0;
  color: #ff3200;
  background-color: transparent;
  text-decoration: underline;
  font-size: 16px;
  display: block;
  padding-top: 5px;
  text-align: center;
}

.element_oneclick:hover,
.element_availability:hover {
  background-color: transparent;
  opacity: 0.8;
}

.element__buttons {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}

.element__btn {
  cursor: pointer;
  padding: 10px 5px;
  text-align: center;
  font-weight: 500;
  margin: 5px 0;
  justify-items: start;
  width: 100%;
  transition: all 0.5s;
  color: #fff;
  max-width: 200px;
}

.element_in_basket {
  display: none;
  color: #ff6800;
  background: #fff;
}

.element__subtitle {
  margin: 15px auto;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.element__subtitle.active svg {
  transform: rotate(90deg);
}

.element__services_item {
  color: var(--gray-color);
  text-transform: uppercase;
  font-size: 10px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.element__subtitle.active::after {
  transform: rotate(150deg);
}

.element_reviews {
  max-width: 250px;
  margin: 0 auto;
}

.content_message_modal .element__container {
  display: none;
}

.files_block ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin: 0.8rem 0 2rem;
}

.element__box_files ul {
  display: flex;
  gap: 1rem;
}

.files_block_item {
  padding: 40px 0 0 0;
  width: 70px;
  text-align: center;
  position: relative;
}

.files_block_item svg {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}

.files_block_item_type {
  position: absolute;
  left: 14px;
  bottom: 36px;
  color: var(--white-color);
  font-weight: 500;
}




/*  */
/*  */
#popap_slider {
  position: fixed;
  display: none;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  bottom: 0;
}

.close_popap_slider {
  right: 4%;
  top: 60px;
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_popap_slider path {
  fill: #000;
}

.content_popap_slider {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background: #fff;
}

.popup_container {
  height: calc(100% - 60px);
  width: 100%;
}

.popup_swiper_list {
  width: 100%;
  height: calc(100% - 100px);
}

.popup_img_item {
  margin: auto;

}

.popup_img_item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1400px;
}

.popup_dots_list {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  top: 0px;
}

@media (min-width: 1200px) {
  .element__title {
    font-size: 30px;
  }

  .slider__thumbs {
    margin-top: 10px;
  }

  .popup_container {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    width: 100%;
  }

  .popup_swiper_list {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .popup_img_item img {
    margin: 0 auto;
    width: auto;
    touch-action: pinch-zoom;
  }

  .popup_swiper_dots_list {
    max-width: 140px;
    width: 100%;
    background: #fff;
    padding: 2.5rem 0.2rem 0;
  }

  .popup_dots_item {
    max-height: 60px;
    margin: 0 auto;
  }

  .popup_dots_container {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}

/*  */
.element__box li,
.element__features_item {
  position: relative;
  padding-left: 20px;
  line-height: 2;
}

.element__box li::before,
.element__features_item::before {
  position: absolute;
  content: "♪";
  top: -8px;
  left: 0;
  color: #06affe;
  width: 15px;
  height: fit-content;
  font-size: 22px;
}

.characteristics__table {
  max-width: 830px;
  width: 100%;
  border-collapse: collapse;
  background: #f7f7f7;
  margin-top: 10px;
  margin-bottom: 10px;
}

.characteristics__table td {
  border: 1px solid #6c727d;
  padding: 5px;
}

.characteristics__table tr:nth-child(2n) {
  background: #fff;
}

.detail_links {
  margin: 15px 0;
}

.detail_links li {
  position: relative;
  padding: 8px 5px 8px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 600;
}

.detail_links a {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.close_popap.close_modal {
  width: 30px;
  height: 30px;
}

.detail_service li {
  text-align: center;
}

.detail_service p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--gray-color);
}

.content_message_modal .slider_product {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  padding-bottom: 45px;
}

.content_message_modal .element_slider_list {
  width: 500px;
}

.content_message_modal .element_dots_list {
  position: absolute;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 5px;
  z-index: 1;
  bottom: 0;
}

.element_title {
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: end;
  margin-bottom: 10px;
}

.element__price {
  display: flex;
  justify-content: space-between;
}

.element_link_page {
  margin: 10px 0;
  color: #ccc;
  position: relative;
  width: 90px;
}

.element_link_page:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff6800;
  content: "";
  transition: width 0.5s ease;
}

.content__link:hover {
  color: #ff6800;
}

.element_link_page:hover:after,
.element_link_page:focus:after {
  width: 100%;
}

.video_slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.video__item-slide iframe {
  min-height: 206px;
  height: 100%;
}

.video_slider-button-next {
  width: 20px;
  height: 20px;
  display: none;
}

.video_slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;

}

.video__item {
  width: 100%;
}

.video__item iframe {
  min-height: 206px;
}

@media (min-width: 760px) {
  .detail_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .detail_links li {
    border-top-right-radius: 10px;
    box-shadow: 9px -6px 6px -7px #ccc;
    border: none;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
  }

  .detail_img_containeer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  .element_oneclick:hover {
    background: transparent;
    opacity: 0.8;
  }
}

@media (min-width: 1024px) {
  .video__item {
    width: 60%;
  }

  .video__item iframe {
    min-height: 500px;
  }

  .video__item-slide iframe {
    min-height: 336px;
  }

  .element__top {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 600px auto;
    margin-bottom: 15px;
  }

  .element__wrapper {
    margin-bottom: 10px;
  }

  .popap_element .element__left {
    max-width: 600px;
  }

  .element__price_summ {
    font-size: 30px;
  }

  .element__article {
    font-size: 18px;
    opacity: 0.5;
    display: block;
  }

  .element__container {
    grid-column: 1/3;
  }

  .element__box {
    padding: 30px;
    text-align: justify;
    background: #f3f3f3;
  }

  #reload_reviews_catalog.active {
    display: flex;
    flex-direction: column;
  }

  .content_message_modal .element__top {
    height: 90%;
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 65% 300px;
    margin-bottom: 0;
  }

  .content_message_modal .element__info_top {
    display: grid;
  }

  .content_message_modal .element_link_page {
    grid-row: 4;
  }

  .popup_img_item img {
    touch-action: pinch-zoom;
    max-width: 1300px;
  }

  .video_slider_prod {
    width: 100%;
    height: 100%;
  }
}

.reviews__item {
  box-shadow: 1px 2px 16px 3px rgb(54 58 69 / 8%);
  padding: 20px;
  margin: 10px 0;
  background: var(--white-color);
}

.reviews__heading,
.reviews__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews__rating {
  color: gold;
  font-size: 20px;
  cursor: pointer;
}

.reviews__name {
  margin-bottom: 10px;
}

.reviews__like {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
}

.reviews__like_like,
.reviews__like_alike {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  margin-right: 12px;
  background-color: transparent;
  height: 40px;
}

.reviews__like_summ {
  text-decoration: underline;
  margin-left: 7px;
  text-underline-offset: 2px;
}


@media (min-width: 1400px) {
  .content_message_modal .element__slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .element__top {
    grid-template-columns: 800px auto;
  }
}


@media (min-width: 1680px) {}